projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c21aa25
)
nmap: dont build zenmap by default.
author
Nuno Goncalves
<
[email protected]
>
Wed, 3 Dec 2014 13:39:14 +0000
(13:39 +0000)
committer
Nuno Goncalves
<
[email protected]
>
Wed, 3 Dec 2014 13:41:12 +0000
(13:41 +0000)
Fixes https://dev.openwrt.org/ticket/18436.
Closes #577.
Signed-off-by: Nick Potts
[email protected]
net/nmap/Makefile
patch
|
blob
|
history
diff --git
a/net/nmap/Makefile
b/net/nmap/Makefile
index 6a8949fa27c0ba7b846ca690e6dfe5465c48198d..251b91e2dbe512b13127ae25a259f0fd749da4f1 100644
(file)
--- a/
net/nmap/Makefile
+++ b/
net/nmap/Makefile
@@
-14,7
+14,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=nmap
PKG_VERSION:=6.47
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MAINTAINER=Nuno Goncalves <
[email protected]
>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@
-87,7
+87,8
@@
CONFIGURE_ARGS += \
--with-libdnet=included \
--with-libpcre=included \
--with-libpcap="$(STAGING_DIR)/usr" \
- --without-liblua
+ --without-liblua \
+ --without-zenmap
CONFIGURE_VARS += CXXFLAGS="$$$$CXXFLAGS -fno-builtin"